func runtime.gcd

2 uses

	runtime (current package)
		proc.go#L6652: 		if gcd(i, count) == 1 {
		proc.go#L6679: func gcd(a, b uint32) uint32 {